home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / software / poco / pocosetup.exe / {app} / Poco.exe / 0 / RCDATA / TFRMHEADERSETUP / TFRMHEADERSETUP.txt
Text File  |  2003-07-29  |  5KB  |  207 lines

  1. object frmHeaderSetup: TfrmHeaderSetup
  2.   Left = 367
  3.   Top = 290
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Customize Columns'
  7.   ClientHeight = 204
  8.   ClientWidth = 497
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object pnlSections: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 497
  22.     Height = 204
  23.     Align = alClient
  24.     BevelOuter = bvNone
  25.     TabOrder = 0
  26.     object lblAvailable: TElLabel
  27.       Left = 8
  28.       Top = 9
  29.       Width = 89
  30.       Height = 13
  31.       Caption = 'A&vailable Columns:'
  32.       FocusControl = lbxAvailable
  33.     end
  34.     object lblVisible: TElLabel
  35.       Left = 250
  36.       Top = 9
  37.       Width = 80
  38.       Height = 13
  39.       Caption = '&Current Columns:'
  40.       FocusControl = lbxVisible
  41.     end
  42.     object lbxAvailable: TElListBox
  43.       Left = 6
  44.       Top = 24
  45.       Width = 151
  46.       Height = 172
  47.       AllowGrayed = False
  48.       ItemHeight = 13
  49.       ItemIndex = -1
  50.       ActiveBorderType = fbtFlat
  51.       Flat = True
  52.       Ctl3D = True
  53.       ParentCtl3D = False
  54.       SelectedFont.Charset = DEFAULT_CHARSET
  55.       SelectedFont.Color = clHighlightText
  56.       SelectedFont.Height = -11
  57.       SelectedFont.Name = 'MS Sans Serif'
  58.       SelectedFont.Style = []
  59.       OnClick = FormShow
  60.       OnDblClick = btnAddClick
  61.       OnDragDrop = lbxAvailableDragDrop
  62.       OnDragOver = lbxAvailableDragOver
  63.       OnEnter = lbxAvailableEnter
  64.       OnExit = FormShow
  65.       OnMouseDown = lbxAvailableMouseDown
  66.       TabOrder = 0
  67.     end
  68.     object lbxVisible: TElListBox
  69.       Left = 250
  70.       Top = 24
  71.       Width = 151
  72.       Height = 172
  73.       AllowGrayed = False
  74.       ItemHeight = 13
  75.       ItemIndex = -1
  76.       ActiveBorderType = fbtFlat
  77.       Flat = True
  78.       Ctl3D = True
  79.       ParentCtl3D = False
  80.       SelectedFont.Charset = DEFAULT_CHARSET
  81.       SelectedFont.Color = clHighlightText
  82.       SelectedFont.Height = -11
  83.       SelectedFont.Name = 'MS Sans Serif'
  84.       SelectedFont.Style = []
  85.       OnClick = FormShow
  86.       OnDblClick = btnDeleteClick
  87.       OnDragDrop = lbxVisibleDragDrop
  88.       OnDragOver = lbxVisibleDragOver
  89.       OnEnter = lbxVisibleEnter
  90.       OnExit = FormShow
  91.       OnMouseDown = lbxVisibleMouseDown
  92.       TabOrder = 1
  93.     end
  94.     object btnAdd: TElPopupButton
  95.       Left = 166
  96.       Top = 82
  97.       Width = 75
  98.       Height = 23
  99.       Cursor = crDefault
  100.       ImageIndex = 0
  101.       DrawDefaultFrame = False
  102.       LinkStyle = [fsUnderline]
  103.       NumGlyphs = 1
  104.       ShowFocus = False
  105.       Caption = '&Add ->'
  106.       TabStop = False
  107.       TabOrder = 2
  108.       Color = clBtnFace
  109.       ParentColor = False
  110.       OnClick = btnAddClick
  111.     end
  112.     object btnDelete: TElPopupButton
  113.       Left = 166
  114.       Top = 111
  115.       Width = 75
  116.       Height = 23
  117.       Cursor = crDefault
  118.       ImageIndex = 0
  119.       DrawDefaultFrame = False
  120.       LinkStyle = [fsUnderline]
  121.       NumGlyphs = 1
  122.       ShowFocus = False
  123.       Caption = '<- &Remove'
  124.       Enabled = False
  125.       TabStop = False
  126.       TabOrder = 3
  127.       Color = clBtnFace
  128.       ParentColor = False
  129.       OnClick = btnDeleteClick
  130.     end
  131.     object btnUp: TElPopupButton
  132.       Left = 411
  133.       Top = 114
  134.       Width = 75
  135.       Height = 23
  136.       Cursor = crDefault
  137.       ImageIndex = 0
  138.       DrawDefaultFrame = False
  139.       LinkStyle = [fsUnderline]
  140.       NumGlyphs = 1
  141.       ShowFocus = False
  142.       Caption = 'Move &Up'
  143.       Enabled = False
  144.       TabStop = False
  145.       TabOrder = 4
  146.       Color = clBtnFace
  147.       ParentColor = False
  148.       OnClick = btnUpClick
  149.     end
  150.     object btnDown: TElPopupButton
  151.       Left = 411
  152.       Top = 143
  153.       Width = 75
  154.       Height = 23
  155.       Cursor = crDefault
  156.       ImageIndex = 0
  157.       DrawDefaultFrame = False
  158.       LinkStyle = [fsUnderline]
  159.       NumGlyphs = 1
  160.       ShowFocus = False
  161.       Caption = 'Move &Down'
  162.       Enabled = False
  163.       TabStop = False
  164.       TabOrder = 5
  165.       Color = clBtnFace
  166.       ParentColor = False
  167.       OnClick = btnDownClick
  168.     end
  169.     object btnOk: TElPopupButton
  170.       Left = 411
  171.       Top = 9
  172.       Width = 75
  173.       Height = 23
  174.       Cursor = crDefault
  175.       ImageIndex = 0
  176.       DrawDefaultFrame = False
  177.       Default = True
  178.       ModalResult = 1
  179.       LinkStyle = [fsUnderline]
  180.       NumGlyphs = 1
  181.       ShowFocus = False
  182.       Caption = 'OK'
  183.       TabOrder = 6
  184.       Color = clBtnFace
  185.       ParentColor = False
  186.     end
  187.     object btnCancel: TElPopupButton
  188.       Left = 411
  189.       Top = 38
  190.       Width = 75
  191.       Height = 23
  192.       Cursor = crDefault
  193.       ImageIndex = 0
  194.       DrawDefaultFrame = False
  195.       Cancel = True
  196.       ModalResult = 2
  197.       LinkStyle = [fsUnderline]
  198.       NumGlyphs = 1
  199.       ShowFocus = False
  200.       Caption = 'Cancel'
  201.       TabOrder = 7
  202.       Color = clBtnFace
  203.       ParentColor = False
  204.     end
  205.   end
  206. end
  207.